home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / purge / PURG504.EXE / {app} / PURGEIE.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2004-01-01  |  3KB  |  153 lines

  1. object AboutBox: TAboutBox
  2.   Left = 742
  3.   Top = 374
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 325
  7.   ClientWidth = 416
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Panel1: TPanel
  19.     Left = 9
  20.     Top = 9
  21.     Width = 398
  22.     Height = 280
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 9
  29.       Top = 9
  30.       Width = 44
  31.       Height = 44
  32.       Picture.Data = {<image001.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 121
  38.       Top = 9
  39.       Width = 157
  40.       Height = 31
  41.       Alignment = taCenter
  42.       AutoSize = False
  43.       Caption = 'PurgeIE'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -25
  47.       Font.Name = 'Arial'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       IsControl = True
  51.     end
  52.     object Version: TLabel
  53.       Left = 121
  54.       Top = 43
  55.       Width = 157
  56.       Height = 22
  57.       Alignment = taCenter
  58.       AutoSize = False
  59.       Caption = 'Version 0.7.5'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -17
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Copyright: TLabel
  69.       Left = 9
  70.       Top = 97
  71.       Width = 107
  72.       Height = 14
  73.       Caption = 'Copyright 1999 - 2003'
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 9
  78.       Top = 174
  79.       Width = 345
  80.       Height = 14
  81.       AutoSize = False
  82.       Caption = 'This functions for Win-95, 98, ME, 2000,  XP and NT-4.0'
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.     object Label1: TLabel
  87.       Left = 9
  88.       Top = 117
  89.       Width = 225
  90.       Height = 14
  91.       Caption = 'Assistance and Resources for Computing, Inc.'
  92.       IsControl = True
  93.     end
  94.     object Label2: TLabel
  95.       Left = 9
  96.       Top = 154
  97.       Width = 314
  98.       Height = 14
  99.       Caption = 
  100.         'Purge unwanted Cookies, Cache, History, etc. from IE-4.0 - IE-6.' +
  101.         '0'
  102.     end
  103.     object AboutTrial: TLabel
  104.       Left = 11
  105.       Top = 220
  106.       Width = 377
  107.       Height = 43
  108.       Alignment = taCenter
  109.       AutoSize = False
  110.       Caption = '--- Limited-Trial Version ---'
  111.       Font.Charset = ANSI_CHARSET
  112.       Font.Color = clWindowText
  113.       Font.Height = -17
  114.       Font.Name = 'Arial'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       ShowAccelChar = False
  118.       WordWrap = True
  119.     end
  120.     object IElevelLabel: TLabel
  121.       Left = 9
  122.       Top = 195
  123.       Width = 3
  124.       Height = 14
  125.     end
  126.     object Build: TLabel
  127.       Left = 11
  128.       Top = 71
  129.       Width = 377
  130.       Height = 17
  131.       Alignment = taCenter
  132.       AutoSize = False
  133.       Caption = 'Build 4.1.1.101'
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clWindowText
  136.       Font.Height = -15
  137.       Font.Name = 'Arial'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.     end
  141.   end
  142.   object OKButton: TButton
  143.     Left = 174
  144.     Top = 295
  145.     Width = 76
  146.     Height = 27
  147.     Caption = 'OK'
  148.     Default = True
  149.     ModalResult = 1
  150.     TabOrder = 1
  151.   end
  152. end
  153.